func io/fs.errExist

2 uses

	io/fs (current package)
		fs.go#L145: 	ErrExist      = errExist()      // "file already exists"
		fs.go#L152: func errExist() error      { return oserror.ErrExist }